

h1{
    font-size: xxx-large;
}


.news_section_des {
    margin: 2rem 0 0 20%;
    padding: 2rem;
    border: 1px solid black;
    display: inline-block;
}
.textil_zone_image{
    display: flex;
    justify-content: center;
    margin: 5rem;
    margin-bottom: 10rem;
    
}

.news_link {
    color: #107896;
    font-size: 1.8rem;
}
.textil_zone_page_name{
    margin-left: 20%;
}
.textil_zone_image img{
    width: 50%;
    border: solid black 1px;
    padding: 3.2rem;
}

.textil_page_paragraf{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.textil_page_text_stile{
    width: 60%;

}
.textil_page_re_create{
    padding: 5rem 0;
}
.textil_page_today{
    font-style: italic;
}

@media screen and (max-width: 768px){
    .textil_zone_image img{
        width: 70%;
        padding: 2rem;
    }
    .news_link {
    font-size: 1.4rem;
}
}